DioDocs for PDF
CopyFrom<T>(T[],Int32,Int32) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DataPointer 構造体 > CopyFrom メソッド : CopyFrom<T>(T[],Int32,Int32) メソッド
The buffer to read from.
The offset in the array to read from.
The number of T element to write to the memory location.
Writes the content of the specified buffer to the unmanaged memory location of this instance.
シンタックス
'宣言
 
Public Overloads Sub CopyFrom(Of T As {New, Struct})( _
   ByVal buffer() As T, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) 
public void CopyFrom<T>( 
   T[] buffer,
   System.int offset,
   System.int count
)
where T: new(), struct

パラメータ

buffer
The buffer to read from.
offset
The offset in the array to read from.
count
The number of T element to write to the memory location.

型パラメータ

T
例外
例外解説
buffer
DataPointer is Zero
buffer;Total buffer size cannot be larger than size of this data pointer
参照

DataPointer 構造体
DataPointer メンバ
オーバーロード一覧